home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / vdigit.zip / TSR < prev    next >
Text File  |  1989-06-24  |  342b  |  17 lines

  1. tsr.obj: tsr tsr.asm
  2. masm tsr;
  3.  
  4. tsrvm.asm: tsr tsrvm.voi tsrvm.pre tsrvm.suf
  5. bin2asm tsrvm.voi tsrvm.tmp
  6. copy tsrvm.pre + tsrvm.tmp + tsrvm.suf tsrvm.asm
  7. del tsrvm.tmp
  8.  
  9. tsrvm.obj: tsr tsrvm.asm
  10. masm tsrvm.asm;
  11.  
  12. vpmod.obj: tsr vpmod.asm
  13. masm vpmod;
  14.  
  15. tsr.exe: tsr tsr.obj tsrvm.obj
  16. link tsr+vpmod+tsrvm,tsr,tsr.map,llibcer/NOD;
  17.